ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartAxis<T> Class / MinorUnit Property






In This Topic
    MinorUnit Property (ChartAxis<T>)
    In This Topic
    Gets or sets the number of units between minor axis ticks. If the axis contains date values, then the units are expressed in days.
    Syntax
    'Declaration
     
    
    Public Property MinorUnit As System.Double
    'Usage
     
    
    Dim instance As ChartAxis(Of T)
    Dim value As System.Double
     
    instance.MinorUnit = value
     
    value = instance.MinorUnit
    public System.double MinorUnit {get; set;}
    public read-write property MinorUnit: System.Double; 
    public function get,set MinorUnit : System.double
    public: __property System.double get_MinorUnit();
    public: __property void set_MinorUnit( 
       System.double value
    );
    public:
    property System.double MinorUnit {
       System.double get();
       void set (    System.double value);
    }
    See Also